Cicode Programming Reference > Cicode Function Categories > .Net Functions | Cicode

.Net Functions

CAUTION

.Net Functions do not support events and static methods. Do not use these functions to manipulate objects on graphics pages.

The following functions allow you to access web services via .net objects.

DllClassDispose

Use this function to clean up resources used by the .Net object and any other .Net objects created via the use of the object.

DllClassCreate

Use this function to instantiate a new .Net object by specifying the path, class and arguments required for the matching constructor of the class.

DllClassGetProperty

Use this function to get a property of the .Net object.

DllClassIsValid

Use this function to validate class. Uses the handle of the class returned from DllClassCreate.

DllClassCallMethod

Use this function to call a method of a .Net object, passing in the method name and any arguments required for the matching prototype of the method.

DllClassSetProperty

Use this function to set a property of the .Net object. The property may be of any type or an object itself.

When returning data from a .net assembly to Cicode, use the conversion table.

See Also

Published June 2018